Add deprecation notes.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Feb 2006 17:34:25 +0000 (17:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 3 Feb 2006 17:34:25 +0000 (17:34 +0000)
2006-02-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkmenushell.sgml:
* gtk/tmpl/gtkmenu.sgml: Add deprecation notes.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkmenu.sgml
docs/reference/gtk/tmpl/gtkmenubar.sgml

index 815a28f2189cc41f56d856ae105d9b31ee5cb99b..3189d5ee93c2d9c2c746fdf83870e90506be90e4 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkmenushell.sgml: 
+       * gtk/tmpl/gtkmenu.sgml: Add deprecation notes.
+
 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add new functions
index fd7570a2a002e71e4a9fc44d272ed6d3fd7e0aee..0cc1baa82cfcc1bfde3b636aa6e92a3e703da687 100644 (file)
@@ -168,9 +168,7 @@ Adds a new #GtkMenuItem to the end of the menu's item list.
 
 @menu: a #GtkMenu.
 @child: The #GtkMenuItem to add.
-<!-- # Unused Parameters # -->
-@m: 
-@c: 
+@Deprecated: Use gtk_menu_shell_append() instead.
 
 
 <!-- ##### MACRO gtk_menu_prepend ##### -->
@@ -180,10 +178,7 @@ Adds a new #GtkMenuItem to the beginning of the menu's item list.
 
 @menu: a #GtkMenu.
 @child: The #GtkMenuItem to add.
-<!-- # Unused Parameters # -->
-@menu_child: 
-@m: 
-@c: 
+@Deprecated: Use gtk_menu_shell_prepend() instead.
 
 
 <!-- ##### MACRO gtk_menu_insert ##### -->
@@ -195,7 +190,8 @@ indicated by @position.
 @menu: a #GtkMenu.
 @child: The #GtkMenuItem to add.
 @pos: The position in the item list where @child is added.
-Positions are numbered from 0 to n-1.
+      Positions are numbered from 0 to n-1.
+@Deprecated: Use gtk_menu_shell_insert() instead.
 
 
 <!-- ##### FUNCTION gtk_menu_reorder_child ##### -->
index 40063f6a9ffa3d6ddbe10bfe4ebc3b1620729f79..ca622160e491c44efe573728f88918e926b46ce3 100644 (file)
@@ -58,6 +58,7 @@ Adds a new #GtkMenuItem to the end of the GtkMenuBar
 
 @menu: a #GtkMenuBar
 @child: the #GtkMenuItem to add
+@Deprecated: Use gtk_menu_shell_append() instead.
 
 
 <!-- ##### MACRO gtk_menu_bar_prepend ##### -->
@@ -67,7 +68,7 @@ Adds a new #GtkMenuItem to the beginning of the GtkMenuBar
 
 @menu: a #GtkMenuBar
 @child: the #GtkMenuItem to add
-
+@Deprecated: Use gtk_menu_shell_prepend() instead.
 
 <!-- ##### MACRO gtk_menu_bar_insert ##### -->
 <para>
@@ -77,6 +78,7 @@ Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position
 @menu: a #GtkMenuBar
 @child: the #GtkMenuItem to add
 @pos: the position in the item list where the @child is added.
+@Deprecated: Use gtk_menu_shell_insert() instead.
 
 
 <!-- ##### ENUM GtkPackDirection ##### -->